From: Michael Albinus Date: Wed, 25 Jun 2025 07:32:20 +0000 (+0200) Subject: Fix job control in remote shell X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~48^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=f805f51373217a415015c684cc9d4659dcad12d4;p=emacs.git Fix job control in remote shell * lisp/net/tramp-sh.el (tramp-methods) : Adapt `tramp-direct-async' argument. (Bug#71050, Bug#71259) --- diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 046eef791ac..cae6d52f14c 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -222,7 +222,7 @@ The string is used in `tramp-methods'.") (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("%h"))) (tramp-async-args (("-q"))) - (tramp-direct-async t) + (tramp-direct-async ("-t" "-t")) (tramp-remote-shell ,tramp-default-remote-shell) (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c"))